home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / calc / calc.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-08-02  |  1.8 KB  |  68 lines

  1. /*
  2.  * Copyright 1991, 1992, 1993, 1994, Silicon Graphics, Inc.
  3.  * All Rights Reserved.
  4.  *
  5.  * This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.;
  6.  * the contents of this file may not be disclosed to third parties, copied or
  7.  * duplicated in any form, in whole or in part, without the prior written
  8.  * permission of Silicon Graphics, Inc.
  9.  *
  10.  * RESTRICTED RIGHTS LEGEND:
  11.  * Use, duplication or disclosure by the Government is subject to restrictions
  12.  * as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data
  13.  * and Computer Software clause at DFARS 252.227-7013, and/or in similar or
  14.  * successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished -
  15.  * rights reserved under the Copyright Laws of the United States.
  16.  */
  17.  
  18. #define Pluskey     1
  19. #define Minuskey    2
  20. #define Timeskey    3
  21. #define Zerokey     4
  22. #define Onekey      5
  23. #define Twokey      6
  24. #define Threekey    7
  25. #define Fourkey     8
  26. #define Fivekey     9
  27. #define Sixkey      10
  28. #define Sevenkey    11
  29. #define Eightkey    12
  30. #define Ninekey        13
  31. #define Dividekey   14
  32. #define Akey        15
  33. #define Bkey        16
  34. #define Ckey        17
  35. #define Dkey        18
  36. #define Ekey        19
  37. #define Fkey        20
  38. #define Flipsignkey 21
  39. #define Enterkey    22
  40. #define Exchkey        23
  41. #define Rollkey        24
  42. #define Radkey        25
  43. #define Invkey        26
  44. #define Progkey        27
  45. #define Storekey    28
  46. #define Recallkey   29
  47. #define Sinkey        30
  48. #define Coskey        31
  49. #define Tankey        32
  50. #define Expkey        33
  51. #define Tentoxkey   34
  52. #define Intkey        35
  53. #define Andkey        36
  54. #define Orkey        37
  55. #define Notkey        38
  56. #define Base16key   39
  57. #define Sqrtkey        40
  58. #define Dotkey        41
  59. #define Oneoverkey  42
  60. #define Base10key   43
  61. #define Clearkey    44
  62. #define Dup2key        45
  63. #define Runkey        46
  64. #define Xtoykey        47
  65. #define Helpkey        48
  66.  
  67.  
  68.